@charset "utf-8";
.container-fluid main .container {
    border-radius: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: rgba(197,103,228,0.85);
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.navspy {
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: rgba(197,103,228,0.85);
    margin-right: 30px;
    margin-left: 30px;
}
.navspybrand {
    color: rgba(134,31,167,1.00);
    font-size: 28px;
    text-decoration: none;
    text-align: center;
    text-shadow: 0px 0px 2px rgba(64,14,80,1.00);
}
.navspybrand:hover {
    text-decoration: none;
}
.nav.nav-pills .nav-item .nav-link {
    font-size: 25px;
    text-align: center;
    color: rgba(255,255,255,1.00);
}

.nav.nav-pills .nav-item .nav-link:hover {
    text-decoration: underline;
}
#navbar-example2 .nav.nav-pills .nav-item {
    margin-left: auto;
    margin-right: auto;

}
.line {
    color: rgba(96,9,118,0.85);
    border: thin solid rgba(96,9,118,0.85);
}
.container div h4 {
    color: rgba(64,14,80,1.00);
    margin-top: 30px;
}
.container div p {
    color: rgba(64,14,80,1.00);
    font-size: 18px;
}
#carouselExampleCaptions .carousel-inner .carousel-item.active  {
    max-width: 500px;


}
#carouselExampleCaptions1 .carousel-inner .carousel-item.active  {
    max-width: 500px;


}
.container div #carouselExampleCaptions {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    border-radius: 20px;
    margin-bottom: 30px;
    overflow-x: hidden;
    overflow-y: hidden;
    border: thick double rgba(64,14,80,1.00);
}
.container div #carouselExampleCaptions1 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    overflow-x: hidden;
    border-radius: 20px;
    overflow-y: hidden;
    border: thick double rgba(64,14,80,1.00);
}
main .container .imagediv {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.carousel-inner img{
    max-width: 500px;
}
.carousel-inner .carousel-item .carousel-caption.d-none.d-md-block {
    border-radius: 20px;
    background-color: rgba(255,255,255,0.60);
    max-height: 100px;
}
main .container .imagediv1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    margin-top: 20px;
    margin-bottom: 20px;
    max-height: 100px;
}
div .imagediv .img-fluid.image2 {
    max-width: 450px;
    background-position: 0% 0%;
    background-size: cover;
}
.container div .divider {
    width: 100%;
    background-image: url("../img/purple/unnamed.png");
    padding: 5px;
    background-repeat: repeat-x;
    height: 30px;
    background-size: contain;
    margin-bottom: 0px;
}
